home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Free CSS Toolbox 1.1 / csstool.exe / {app} / cssdefs / Internet Explorer 6.ini < prev    next >
INI File  |  2007-06-03  |  12KB  |  652 lines

  1. [%info]
  2. CSS Internet Explorer 6 Compatible
  3. Main reference: http://www.blooberry.com/indexdot/css/
  4.  
  5. [%groups]
  6. borders=Borders
  7. colors=Colors and Backgrounds
  8. fonts=Font
  9. page=Printing
  10. table=Tables
  11. text=Text
  12. visual=Visual
  13. scrollbar=Scrollbar
  14. other=Other
  15.  
  16. [%properties]
  17. background
  18. background-attachment
  19. background-color
  20. background-image
  21. background-position
  22. background-position-x
  23. background-position-y
  24. background-repeat
  25. behavior
  26. border
  27. border-bottom
  28. border-bottom-color
  29. border-bottom-style
  30. border-bottom-width
  31. border-collapse
  32. border-color
  33. border-left
  34. border-left-color
  35. border-left-style
  36. border-left-width
  37. border-right
  38. border-right-color
  39. border-right-style
  40. border-right-width
  41. border-style
  42. border-top
  43. border-top-color
  44. border-top-style
  45. border-top-width
  46. border-width
  47. bottom
  48. clear
  49. clip
  50. color
  51. cursor
  52. direction
  53. display
  54. filter
  55. float
  56. font
  57. font-family
  58. font-size
  59. font-style
  60. font-variant
  61. font-weight
  62. height
  63. ime-mode
  64. layout-flow
  65. layout-grid
  66. layout-grid-char
  67. layout-grid-char-spacing
  68. layout-grid-line
  69. layout-grid-mode
  70. layout-grid-type
  71. left
  72. letter-spacing
  73. line-break
  74. line-height
  75. list-style
  76. list-style-image
  77. list-style-position
  78. list-style-type
  79. margin
  80. margin-bottom
  81. margin-left
  82. margin-right
  83. margin-top
  84. min-height
  85. overflow
  86. overflow-x
  87. overflow-y
  88. padding
  89. padding-bottom
  90. padding-left
  91. padding-right
  92. padding-top
  93. page-break-after
  94. page-break-before
  95. position
  96. right
  97. ruby-align
  98. ruby-overhang
  99. ruby-position
  100. scrollbar-3dlight-color
  101. scrollbar-arrow-color
  102. scrollbar-base-color
  103. scrollbar-darkshadow-color
  104. scrollbar-face-color
  105. scrollbar-highlight-color
  106. scrollbar-shadow-color
  107. scrollbar-track-color
  108. table-layout
  109. text-align
  110. text-align-last
  111. text-autospace
  112. text-decoration
  113. text-indent
  114. text-justify
  115. text-kashida-space
  116. text-overflow
  117. text-transform
  118. text-underline-position
  119. top
  120. unicode-bidi
  121. vertical-align
  122. visibility
  123. white-space
  124. width
  125. word-break
  126. word-spacing
  127. word-wrap
  128. writing-mode
  129. z-index
  130. zoom
  131.  
  132. [%units]
  133. <length>=px|em|ex|pt|in|pc|mm|cm
  134.  
  135. [%types]
  136. <border-style>=none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset
  137. <border-width>=<length>|thin|medium|thick
  138. <absolute-size>=xx-small|x-small|small|medium|large|x-large|xx-large
  139. <relative-size>=larger|smaller
  140. <generic-family>=serif|sans-serif|cursive|fantasy|monospace
  141.  
  142. [background]
  143. group=colors
  144. value=<mixed>
  145. sub1=background-color,<color>|transparent
  146. sub2=background-image,<imageurl>|none
  147. sub3=background-repeat,repeat|repeat-x|repeat-y|no-repeat
  148. sub4=background-attachment,scroll|fixed
  149. sub5=background-position,<percentage>|<length>|top|center|bottom|left|right
  150.  
  151. [background-attachment]
  152. group=colors
  153. value=scroll|fixed
  154.  
  155. [background-color]
  156. group=colors
  157. value=<color>|transparent
  158.  
  159. [background-image]
  160. group=colors
  161. value=<imageurl>|none
  162.  
  163. [background-position]
  164. group=colors
  165. value=<percentage>|<length>|top|center|bottom|left|right
  166.  
  167. [background-position-x]
  168. group=colors
  169. value=<percentage>|<length>|left|center|right
  170.  
  171. [background-position-y]
  172. group=colors
  173. value=<percentage>|<length>|top|center|bottom
  174.  
  175. [background-repeat]
  176. group=colors
  177. value=repeat|repeat-x|repeat-y|no-repeat
  178.  
  179. [behavior]
  180. group=other
  181. value=<url>
  182.  
  183. [border]
  184. group=borders
  185. value=<mixed>
  186. sub1=width,<border-width>
  187. sub2=style,<border-style>
  188. sub3=color,<color>
  189.  
  190. [border-bottom]
  191. group=borders
  192. value=<mixed>
  193. sub1=width,<border-width>
  194. sub2=style,<border-style>
  195. sub3=color,<color>
  196.  
  197. [border-bottom-color]
  198. group=borders
  199. value=<color>
  200.  
  201. [border-bottom-style]
  202. group=borders
  203. value=<border-style>
  204.  
  205. [border-bottom-width]
  206. group=borders
  207. value=<border-width>
  208.  
  209. [border-collapse]
  210. group=table
  211. value=collapse|separate
  212.  
  213. [border-color]
  214. group=borders
  215. value=<mixed>|<color>
  216. sub1=border-top-color,<color>
  217. sub2=border-right-color,<color>
  218. sub3=border-bottom-color,<color>
  219. sub4=border-left-color,<color>
  220.  
  221. [border-left]
  222. group=borders
  223. value=<mixed>
  224. sub1=width,<border-width>
  225. sub2=style,<border-style>
  226. sub3=color,<color>
  227.  
  228. [border-left-color]
  229. group=borders
  230. value=<color>
  231.  
  232. [border-left-style]
  233. group=borders
  234. value=<border-style>
  235.  
  236. [border-left-width]
  237. group=borders
  238. value=<border-width>
  239.  
  240. [border-right]
  241. group=borders
  242. value=<mixed>
  243. sub1=width,<border-width>
  244. sub2=style,<border-style>
  245. sub3=color,<color>
  246.  
  247. [border-right-color]
  248. group=borders
  249. value=<color>
  250.  
  251. [border-right-style]
  252. group=borders
  253. value=<border-style>
  254.  
  255. [border-right-width]
  256. group=borders
  257. value=<border-width>
  258.  
  259. [border-style]
  260. group=borders
  261. value=<mixed>|<border-style>
  262. sub1=border-top-style,<border-style>
  263. sub2=border-right-style,<border-style>
  264. sub3=border-bottom-style,<border-style>
  265. sub4=border-left-style,<border-style>
  266.  
  267. [border-top]
  268. group=borders
  269. value=<mixed>
  270. sub1=width,<border-width>
  271. sub2=style,<border-style>
  272. sub3=color,<color>
  273.  
  274. [border-top-color]
  275. group=borders
  276. value=<color>
  277.  
  278. [border-top-style]
  279. group=borders
  280. value=<border-style>
  281.  
  282. [border-top-width]
  283. group=borders
  284. value=<border-width>
  285.  
  286. [border-width]
  287. group=borders
  288. value=<mixed>|<border-width>
  289. sub1=border-top-width,<border-width>
  290. sub2=border-right-width,<border-width>
  291. sub3=border-bottom-width,<border-width>
  292. sub4=border-left-width,<border-width>
  293.  
  294. [bottom]
  295. group=visual
  296. value=<percentage>|<length>|auto
  297.  
  298. [clear]
  299. group=borders
  300. value=none|left|right|both
  301.  
  302. [clip]
  303. group=visual
  304. value=auto
  305.  
  306. [color]
  307. group=colors
  308. value=<color>
  309.  
  310. [cursor]
  311. group=other
  312. value=<url>|default|auto|hand|crosshair|move|text|wait|help|n-resize|ne-resize|e-resize|se-resize|s-resize|sw-resize|w-resize|nw-resize|all-scroll|col-resize|row-resize|no-drop|not-allowed|progress|vertical-text
  313.  
  314. [direction]
  315. group=visual
  316. value=ltr|rtl
  317.  
  318. [display]
  319. group=visual
  320. value=inline|block|list-item|table-header-group|table-footer-group|none
  321.  
  322. [filter]
  323. group=other
  324. value=<filter>
  325.  
  326. [float]
  327. group=borders
  328. value=left|right|none
  329.  
  330. [font]
  331. group=fonts
  332. value=<mixed>
  333. sub1=font-style,normal|italic|oblique
  334. sub2=font-variant,normal|small-caps
  335. sub3=font-weight,normal|bold|bolder|lighter|100|200|300|400|500|600|700|800|900
  336. sub4=font-size,<length>|<percentage>|<relative-size>|<absolute-size>
  337. sub5=line-height,<percentage>|<length>|<number>|normal
  338. sub6=font-family,<font>
  339. sub7=system-specific,caption|icon|menu|message-box|small-caption|status-bar
  340.  
  341. [font-family]
  342. group=fonts
  343. value=<font>
  344.  
  345. [font-size]
  346. group=fonts
  347. value=<length>|<percentage>|<relative-size>|<absolute-size>
  348.  
  349. [font-style]
  350. group=fonts
  351. value=normal|italic|oblique
  352.  
  353. [font-variant]
  354. group=fonts
  355. value=normal|small-caps
  356.  
  357. [font-weight]
  358. group=fonts
  359. value=normal|bold|bolder|lighter|100|200|300|400|500|600|700|800|900
  360.  
  361. [height]
  362. group=visual
  363. value=<percentage>|<length>|auto
  364.  
  365. [ime-mode]
  366. group=text
  367. value=auto|active|inactive|disabled
  368.  
  369. [layout-flow]
  370. group=text
  371. value=horizontal|vertical-ideographic
  372.  
  373. [layout-grid]
  374. group=text
  375. value=<mixed>
  376. sub1=layout-grid-mode,both|none|line|char
  377. sub2=layout-grid-type,loose|strict|fixed
  378. sub3=layout-grid-line,<percentage>|<length>|none|auto
  379. sub4=layout-grid-char,<percentage>|<length>|none|auto
  380. sub5=layout-grid-char-spacing,<percentage>|<length>|auto
  381.  
  382. [layout-grid-char]
  383. group=text
  384. value=<percentage>|<length>|none|auto
  385.  
  386. [layout-grid-char-spacing]
  387. group=text
  388. value=<percentage>|<length>|auto
  389.  
  390. [layout-grid-line]
  391. group=text
  392. value=<percentage>|<length>|none|auto
  393.  
  394. [layout-grid-mode]
  395. group=text
  396. value=both|none|line|char
  397.  
  398. [layout-grid-type]
  399. group=text
  400. value=loose|strict|fixed
  401.  
  402. [left]
  403. group=visual
  404. value=<percentage>|<length>|auto
  405.  
  406. [letter-spacing]
  407. group=text
  408. value=<length>|normal
  409.  
  410. [line-break]
  411. group=text
  412. value=normal|strict
  413.  
  414. [line-height]
  415. group=text
  416. value=<percentage>|<length>|<number>|normal
  417.  
  418. [list-style]
  419. group=visual
  420. value=<mixed>
  421. sub1=list-style-type,disc|circle|square|decimal|decimal-leading-zero|lower-roman|upper-roman|lower-greek|lower-alpha|lower-latin|upper-alpha|upper-latin|hebrew|armenian|georgian|cjk-ideographic|hiragana|katakana|hiragana-iroha|katakana-iroha|none
  422. sub2=list-style-position,inside|outside
  423. sub3=list-style-image,<imageurl>|none
  424.  
  425. [list-style-image]
  426. group=visual
  427. value=<imageurl>|none
  428.  
  429. [list-style-position]
  430. group=visual
  431. value=inside|outside
  432.  
  433. [list-style-type]
  434. group=visual
  435. value=disc|circle|square|decimal|decimal-leading-zero|lower-roman|upper-roman|lower-greek|lower-alpha|lower-latin|upper-alpha|upper-latin|hebrew|armenian|georgian|cjk-ideographic|hiragana|katakana|hiragana-iroha|katakana-iroha|none
  436.  
  437. [margin]
  438. group=borders
  439. value=<mixed>|<percentage>|<length>|auto
  440. sub1=margin-top,<percentage>|<length>|auto
  441. sub2=margin-right,<percentage>|<length>|auto
  442. sub3=margin-bottom,<percentage>|<length>|auto
  443. sub4=margin-left,<percentage>|<length>|auto
  444.  
  445. [margin-bottom]
  446. group=borders
  447. value=<percentage>|<length>|auto
  448.  
  449. [margin-left]
  450. group=borders
  451. value=<percentage>|<length>|auto
  452.  
  453. [margin-right]
  454. group=borders
  455. value=<percentage>|<length>|auto
  456.  
  457. [margin-top]
  458. group=borders
  459. value=<percentage>|<length>|auto
  460.  
  461. [min-height]
  462. group=visual
  463. value=<percentage>|<length>|none
  464.  
  465. [overflow]
  466. group=visual
  467. value=visible|hidden|scroll|auto
  468.  
  469. [overflow-x]
  470. group=visual
  471. value=visible|hidden|scroll|auto
  472.  
  473. [overflow-y]
  474. group=visual
  475. value=visible|hidden|scroll|auto
  476.  
  477. [padding]
  478. group=borders
  479. value=<mixed>|<percentage>|<length>
  480. sub1=padding-top,<percentage>|<length>
  481. sub2=padding-right,<percentage>|<length>
  482. sub3=padding-bottom,<percentage>|<length>
  483. sub4=padding-left,<percentage>|<length>
  484.  
  485. [padding-bottom]
  486. group=borders
  487. value=<percentage>|<length>
  488.  
  489. [padding-left]
  490. group=borders
  491. value=<percentage>|<length>
  492.  
  493. [padding-right]
  494. group=borders
  495. value=<percentage>|<length>
  496.  
  497. [padding-top]
  498. group=borders
  499. value=<percentage>|<length>
  500.  
  501. [page-break-after]
  502. group=page
  503. value=auto|always|avoid|left|right
  504.  
  505. [page-break-before]
  506. group=page
  507. value=auto|always|avoid|left|right
  508.  
  509. [position]
  510. group=visual
  511. value=static|relative|absolute|fixed
  512.  
  513. [right]
  514. group=visual
  515. value=<percentage>|<length>|auto
  516.  
  517. [ruby-align]
  518. group=text
  519. value=auto|left|center|right|distribute-letter|distribute-space|line-edge
  520.  
  521. [ruby-overhang]
  522. group=text
  523. value=auto|none|whitespace
  524.  
  525. [ruby-position]
  526. group=text
  527. value=above|inline
  528.  
  529. [scrollbar-3dlight-color]
  530. group=scrollbar
  531. value=<color>
  532.  
  533. [scrollbar-arrow-color]
  534. group=scrollbar
  535. value=<color>
  536.  
  537. [scrollbar-base-color]
  538. group=scrollbar
  539. value=<color>
  540.  
  541. [scrollbar-darkshadow-color]
  542. group=scrollbar
  543. value=<color>
  544.  
  545. [scrollbar-face-color]
  546. group=scrollbar
  547. value=<color>
  548.  
  549. [scrollbar-highlight-color]
  550. group=scrollbar
  551. value=<color>
  552.  
  553. [scrollbar-shadow-color]
  554. group=Scrollbar
  555. value=<color>
  556.  
  557. [scrollbar-track-color]
  558. group=scrollbar
  559. value=<color>
  560.  
  561. [table-layout]
  562. group=table
  563. value=auto|fixed
  564.  
  565. [text-align]
  566. group=text
  567. value=left|right|center|justify
  568.  
  569. [text-align-last]
  570. group=text
  571. value=left|right|center|justify|auto
  572.  
  573. [text-autospace]
  574. group=text
  575. value=none|ideograph-alpha|ideograph-numeric|ideograph-parenthesis|ideograph-space
  576.  
  577. [text-decoration]
  578. group=text
  579. value=none|underline|overline|line-through|blink
  580.  
  581. [text-indent]
  582. group=text
  583. value=<percentage>|<length>
  584.  
  585. [text-justify]
  586. group=text
  587. value=inter-word|newspaper|distribute-all-lines|distribute|inter-ideograph|auto
  588.  
  589. [text-kashida-space]
  590. group=text
  591. value=<percentage>
  592.  
  593. [text-overflow]
  594. group=text
  595. value=ellipsis|clip
  596.  
  597. [text-transform]
  598. group=text
  599. value=capitalize|uppercase|lowercase|none
  600.  
  601. [text-underline-position]
  602. group=text
  603. value=above|below|auto|auto-pos
  604.  
  605. [top]
  606. group=visual
  607. value=<percentage>|<length>|auto
  608.  
  609. [unicode-bidi]
  610. group=visual
  611. value=normal|embed|bidi-override
  612.  
  613. [vertical-align]
  614. group=visual
  615. value=<percentage>|<length>|baseline|sub|super|top|text-top|middle|bottom|text-bottom
  616.  
  617. [visibility]
  618. group=visual
  619. value=visible|hidden|collapse
  620.  
  621. [white-space]
  622. group=text
  623. value=normal|pre|nowrap
  624.  
  625. [width]
  626. group=borders
  627. value=<percentage>|<length>|auto
  628.  
  629. [word-break]
  630. group=text
  631. value=normal|break-all|keep-all
  632.  
  633. [word-spacing]
  634. group=text
  635. value=<length>|normal
  636.  
  637. [word-wrap]
  638. group=text
  639. value=normal|break-word
  640.  
  641. [writing-mode]
  642. group=text
  643. value=lr-tb|tb-rl
  644.  
  645. [z-index]
  646. group=visual
  647. value=<number>|auto
  648.  
  649. [zoom]
  650. group=other
  651. value=<percentage>|<number>|normal
  652.